bump version to 0.1.4
authorØyvind Kolås <pippin@gimp.org>
Thu, 20 Jan 2011 22:35:09 +0000 (22:35 +0000)
committerØyvind Kolås <pippin@gimp.org>
Thu, 20 Jan 2011 22:35:09 +0000 (22:35 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fa132f30011247f1a35cfe72afb07b0bba9f0629..4fc00bb9216bb48d2384713e35f53f75c45c3976 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,11 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
+2011-01-20 babl-0.1.4                                               </dt><dd>
+Improved cross platform build ability, added code to handle n-component formats,
+remove extraenous runtime profiling that impacted performance.
 
-
+                                                                    </dd><dt>
 2010-01-15 babl-0.1.2                                               </dt><dd>
 Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). Streamlined core functionality, reducing number of function calls and removing overeager instrumentation.
                                                                     </dd><dt>
index 2723a74a091a5c09926e665b0f548ac4586e7770..5b9915ee0b597fd2df6642603b0b6f37ce232a58 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [3])
+m4_define([babl_micro_version], [4])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])